fastrpc: add Module_Reload_Validation to fastrpc-premerge test plan#500
Open
anankulk wants to merge 1 commit into
Open
fastrpc: add Module_Reload_Validation to fastrpc-premerge test plan#500anankulk wants to merge 1 commit into
anankulk wants to merge 1 commit into
Conversation
Add two steps to the fastrpc-premerge LAVA test plan: - Run Module_Reload_Validation with the fastrpc module profile - Report results via send-to-lava.sh This extends the fastrpc CI coverage beyond DSP communication to also validate fastrpc kernel module reload stability on every LAVA job execution. Signed-off-by: Anand Kulkarni <anankulk@qti.qualcomm.com>
Contributor
|
@anankulk I'm making a few changes to the script. I should be done within the next day, and after that we can review this PR. |
quic-mtharu
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Extends the
fastrpc-premergeLAVA test plan to include kernel modulereload validation as part of the fastrpc CI test suite.
Changes
Runner/plans/fastrpc-premerge.yamlModule_Reload_Validationtest execution with--module fastrpcflagsend-to-lava.shresult reporting stepWhy
Adds a second layer of validation — ensuring the
fastrpckernel modulecan be cleanly unloaded and reloaded, and that dependent services
(
adsprpcd,cdsprpcd) and devices (/dev/fastrpc-*) recover correctlyafter each reload cycle.
This catches regressions in module lifecycle management that would not be
detected by
fastrpc_testalone.